@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    /* 12÷10=1.2 */
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font: 16px "微软雅黑""Times New Roman", Arial, Helvetica, sans-serif;
}

* {
    word-wrap: break-word;
}

img {
    vertical-align: top;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: #222;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

input {
    outline: 0;
}

.bigzm {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #999999;
    caret-color: #999999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888888;
}

.w {
    width: 1440px;
    margin: 0px auto;
}

.div_content {
    width: 1200px;
    margin: 0px auto;
}

/* 首页 banner  start*/
.ui_div {
    width: 100%;
}

.header {
    width: 100%;
    position: fixed;
    height: 90px;
    left: 0px;
    top: 0px;
    z-index: 10000;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    background-color: #fff;
}

.header.fixedmenu {
    top: 0px;
    -moz-box-shadow: 0px 0px 10px #c7c5bf;
    /*firefox*/
    -webkit-box-shadow: 0px 0px 10px #c7c5bf;
    /*webkit*/
    box-shadow: 0px 0px 10px #c7c5bf;
    /*opera或ie9*/
}

.header.fixednav {
    position: relative;
    background-color: #fff;
}

.header.fixednav.fixedmenu {
    position: fixed;
}

.i_logo_img {
    width: 12.5%;
    padding-top: 19px;
    float: left;
}

.i_logo_ul {
    width: 62.3%;
}

.i_logo_ul .nav_menu {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.i_logo_ul .nav_menu li:last-child {
    width: 20%;
    height: 35px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    margin-top: 28px;
    margin: 28px 0 0 5%;
}

.i_logo_ul .nav_menu li:last-child input {
    width: 75%;
    float: left;
    height: 100%;
    outline: none;
    border: 0;
    padding-left: 20px;
}

.i_logo_ul .nav_menu li:last-child img {
    width: 21px;
    float: right;
    margin: 6px 12px 0 0;
}

.i_logo_ul .nav_menu li:last-child button {
    border: 0;
    background-color: #fff;
    margin-left: 8px;
}

.i_logo_ul .nav_menu li {
    width: 12.5%;
    height: 90px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.i_logo_ul .nav_menu li .a_nav {
    width: 100%;
    position: relative;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
}

.i_logo_ul .nav_menu li .a_nav:hover, .i_logo_ul .nav_menu li .a_nav.active, .i_logo_ul .nav_menu li .a_nav.active1 {
    color: #d6424a;
    /*background-color:#c1cef2; */
    text-decoration: none;
}

.i_logo_ul .nav_menu li .a_nav:after {
    content: "";
    width: 0px;
    height: 3px;
    background-color: #d6424a;
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    margin-left: 0px;
    -moz-border-radius: 1.5px;
    /* Gecko browsers */
    -webkit-border-radius: 1.5px;
    /* Webkit browsers */
    border-radius: 1.5px;
    /* W3C syntax */
}

.i_logo_ul .nav_menu li .a_nav:hover:after, .i_logo_ul .nav_menu li .a_nav.active:after, .i_logo_ul .nav_menu li .a_nav.active1:after {
    width: 34px;
    margin-left: -17px;
}

.i_logo_ul .nav_menu li dl {
    width: 160px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 100%;
    background-color: #fff;
    z-index: 111;
    display: none;
}

.i_logo_ul .nav_menu li dl dd {
    width: 100%;
    float: left;
}

.i_logo_ul .nav_menu li dl dd a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 14px;
    /* display: inline-block; */
    float: left;
}

.i_logo_ul .nav_menu li dl dd a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d6424a;
}

/* banner 部分  start */

#banner {
    width: 100%;
    height: 847px;
    margin-top: 90px;
    position: relative;
}

.home-swiper {
    width: 100%;
    height: 100%;
    z-index: 2 !important;
}

.home-swiper .swiper-slide {
    text-align: left;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    width: 100%;
    position: relative;
}

.home-swiper .swiper-slide:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    content: "";
    background: url(../images/tb_02.png) repeat;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/
.home-swiper .swiper-slide .s1 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}

.home-swiper .swiper-slide .s1 img {
    width: 100%;
    height: auto !important;
    display: none;
}

.home-swiper .swiper-slide .s2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
}

.home-swiper .swiper-slide .s2 img {
    width: 100%;
    height: inherit;
    display: none;
}

.home-swiper .swiper-slide .banner_text {
    /* width: 100%; */
    position: absolute;
    left: 15%;
    z-index: 2;
    bottom: 48%;
    color: #fff;
    font-size: 30px;
    line-height: 1.0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(90%);
    -ms-transform: translateY(90%);
    -o-transform: translateY(90%);
    transform: translateY(90%);
    transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.home-swiper .swiper-slide .banner_text .a1 {
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 90px;
}

.home-swiper .swiper-slide-active .banner_text {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.home-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 0px 20px 0px 0px !important;
    text-align: center;
    transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 1;
    position: relative;
    background-color: transparent !important;
}

.home-pagination .swiper-pagination-bullet:after {
    width: 12px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    bottom: 17px;
    content: "";
    display: none;
}

.home-pagination .swiper-pagination-bullet-active {
    width: 60px;
    text-align: left;
    padding: 0px 9px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.home-pagination .swiper-pagination-bullet-active:after {
    display: block;
}

.home-swiper.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 1440px;
    left: 50%;
    margin-left: -720px;
    text-align: left;
    bottom: 40px;
}

.home-swiper .home_prev {
    width: 40px;
    height: 40px;
    background: url(../images/br_btnz.png) no-repeat;
    position: absolute;
    left: -30%;
    top: auto;
    bottom: 50%;
    margin-left: 34%;
    background-size: 100%;
}

.home-swiper .home_prev:hover {
    background: url(../images/br_btnl.png);
}

.home-swiper .home_next {
    width: 40px;
    height: 40px;
    background: url(../images/br_btna.png) no-repeat;
    position: absolute;
    left: 59%;
    top: auto;
    bottom: 50%;
    margin-left: 35%;
    background-size: 100%;
}

.home-swiper .home_next:hover {
    background: url(../images/br_btny.png);
}

.home-swiper .xiahs {
    position: absolute;
    width: 150px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    left: 47%;
    bottom: 0;
    background: url(../images/xhs.png) no-repeat center;
    z-index: 1 !important;
    transform: translateY(11px);
}


.arrowGo {
    animation: arrowGo 1.5s infinite;
    -webkit-animation: arrowGo 1.5s infinite;
}

@-webkit-keyframes arrowGo {
    0% {
        -webkit-transform: translate(0, 80%);
    }

    50% {
        -webkit-transform: translate(0, 0%);
    }

    100% {
        -webkit-transform: translate(0, 80%);
    }
}

@keyframes arrowGo {
    0% {
        transform: translate(0, 80%);
    }

    50% {
        transform: translate(0, 0%);
    }

    100% {
        transform: translate(0, 80%);
    }
}

/* 首页 banner 部分  end */



/* 产品与服务 start */

.content_1 {
    width: 100%;
    padding: 70px 0;
    background-color: #fff;
    display: inline-block;
}

.content_1 h2 {
    font-size: 36px;
    margin-bottom: 60px;
}

.content_1 .chanpin_fw {
    width: 100%;
}


.content_1 .chanpin_fw .cp_lie {
    width: 15%;
    margin-right: 5%;
}

.content_1 .chanpin_fw .cp_lie a {
    text-align: center;
    height: 46px;
    width: 60%;
    margin-top: 45px;
    display: inline-block;
    border-radius: 23px;
    font-size: 14px;
    line-height: 46px;
    color: #d6424a;
    border: solid 1px #d6424a;
}

.content_1 .chanpin_fw .cp_lie a:hover {
    color: #fff;
    background-color: #d6424a;
}

.content_1 .chanpin_fw .cp_lie ul {
    width: 100%;
    position: relative;
}

.content_1 .chanpin_fw .cp_lie ul li {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
    color: #333333;
    cursor: pointer;
}

.content_1 .chanpin_fw .cp_lie ul .current::before {
    content: '';
    width: 25px;
    height: 3px;
    display: block;
    background-color: #d6424a;
    margin-right: 5px;
    position: relative;
    left: -38px;
    top: 10px;
}

.content_1 .chanpin_fw .cp_lie ul .current {
    color: #d6424a;
}

.content_1 .chanpin_fw .cp_lie ul li:hover {
    color: #d6424a;
}

.content_1 .chanpin_fw .tab_con {
    width: 80%;
}

.i_box4_c {
    width: 100%;
    display: none;
    position: relative;
}

.i_box4_c .wmscy_next {
    width: 50px;
    height: 54px;
    background: url(../images/fw_ym.png) no-repeat;
    position: absolute;
    left: auto;
    right: 0%;
    margin-top: -26%;
    background-size: 100%;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.i_box4_c .wmscy_next:hover {
    background: url(../images/fw_y.png) no-repeat;
    background-size: 100%;
}

.i_box4_c .wmscy_prev {
    width: 50px;
    height: 54px;
    background: url(../images/fw_z.png) no-repeat;
    position: absolute;
    left: 88%;
    margin-top: -26%;
    background-size: 100%;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.i_box4_c .wmscy_prev:hover {
    background: url(../images/fw_zx.png) no-repeat;
    background-size: 100%;
}

.ny_wmscy_con {
    width: 100%;
    padding: 20px 0 !important;
    /* overflow: hidden; */
}

.ny_wmscy_con .swiper-slide {

    width: 100%;
    color: #333333;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ny_wmscy_con .swiper-slide {
    width: 334px;
    margin-right: 75px;
}

.ny_wmscy_con .swiper-slide .div {
    width: 100%;
    display: inline-block;
    /* overflow: hidden; */
    color: #666666;
    font-size: 15px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 10px;
    /* W3C syntax */
    background-color: #f7f7f7;
}

.ny_wmscy_con .swiper-slide .div:hover {
    text-decoration: none;
    color: #666;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(229, 229, 229, 0.5);
    transform: translateY(-20px);
}

.ny_wmscy_con .swiper-slide .div {
    width: 100%;
}

.ny_wmscy_con .swiper-slide .div .a_img {
    width: 100%;
    height: 208px;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.ny_wmscy_con .swiper-slide .div .a_img img {
    width: 100% !important;
}

.ny_wmscy_con .swiper-slide .div .a_text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    /* text-align: center; */
    overflow: hidden;
    color: #222222;
    font-size: 24px;
    padding: 0px 20px;
}

.ny_wmscy_con .swiper-slide .div:hover .a_text {
    color: #d6424a;
}

.ny_wmscy_con .swiper-slide .div .a_text1 {
    width: 100%;
    /* height: 90px; */
    line-height: 30px;
    /* text-align: center; */
    overflow: hidden;
    padding: 0px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ny_wmscy_con .swiper-slide .div .a_text2 {
    width: 54px;
    padding: 20px 0px;
    margin-left: 12px;
    display: inline-block;
    height: 100px;
    background: url(../images/tz_1s.png) center no-repeat;
}


.ny_wmscy_con .swiper-slide .div:hover .a_text2 {
    background: url(../images/tz_2s.png) center no-repeat;
    transition: all 0.2s;
}


.ny_wmscy_con .swiper-slide .div .a_text2 .s1 {
    width: 158px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1c4aa0;
    text-align: center;
    color: #1c4aa0;
    font-size: 1px;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    background-color: #fff;
    -moz-border-radius: 20px;
    /* Gecko browsers */
    -webkit-border-radius: 20px;
    /* Webkit browsers */
    border-radius: 20px;
    /* W3C syntax */
}

.ny_wmscy_con .swiper-slide .div:hover .a_text2 .s1 {
    background-color: #1c4aa0;
    color: #fff;
}

.wmscy-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    border: 1px solid #a5a5a5;
    position: relative;
}

/* .wmscy-pagination31 .swiper-pagination-bullet-active{} */
.wmscy-pagination31 .swiper-pagination-bullet-active:after {
    width: 4px;
    height: 4px;
    background-color: #a5a5a5;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-border-radius: 100%;
    /* Gecko browsers */
    -webkit-border-radius: 100%;
    /* Webkit browsers */
    border-radius: 100%;
    /* W3C syntax */
    margin-left: -2px;
    margin-top: -2px;
    content: "";
}

.ny_wmscy_con.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

/* 产品与服务  end */


.content_2 {
    width: 100%;
    height: 700px;
    background: url(../images/about_we.png) center no-repeat;
    padding: 100px 0;
}

.content_2 .about_we {
    width: 100%;
    overflow: hidden;
}

.content_2 .about_we .g_y {
    float: left;
    width: 55.6%;
    margin-right: 10%;
}

.content_2 .about_we .g_y h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 50px;
}

.content_2 .about_we .g_y span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 50px;
}

.content_2 .about_we .g_y a {
    width: 148px;
    height: 46px;
    border: solid 1px #d6424a;
    border-radius: 23px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 46px;
}

.content_2 .about_we .g_y a:hover {
    background-color: #d6424a;
}

.content_2 .about_we .gy_lb {
    float: right;
    width: 34%;
    margin-top: 50px;
    overflow: hidden;
}

.content_2 .about_we .gy_lb .js {
    float: left;
    width: 40%;
    margin-right: 20%;
    margin-bottom: 95px;
}

.content_2 .about_we .gy_lb .js:nth-child(2) {
    margin-right: 0;
}

.content_2 .about_we .gy_lb .js:nth-child(3) {
    margin-bottom: 0;
}

.content_2 .about_we .gy_lb .js:nth-child(4) {
    margin-bottom: 0;
    margin-right: 0;
}

.content_2 .about_we .gy_lb .js img {
    margin-right: 8%;
}

.content_2 .about_we .gy_lb .js .js_ss {
    display: inline-block;
    transform: translateY(16px);
}

.content_2 .about_we .gy_lb .js .js_ss span:first-child {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    display: block;
}

.content_2 .about_we .gy_lb .js .js_ss span:last-child {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.5;
}


.content_2 .we_ls {
    width: 100%;
    margin-top: 100px;
}

.content_2 .we_ls .chen_li {
    width: 21.04%;
    height: 65px;
    padding: 20px 20px;
    overflow: hidden;
    margin-right: 5%;
    border-radius: 5px;
    border: solid 1px #ffffff;
    opacity: 0.5;
    display: inline-block;
}

.content_2 .we_ls .chen_li .unitC {
    font-family: MicrosoftYaHei;
    font-size: 18px !important;
    color: #ffffff;
    line-height: 16px;
    float: right;
}

.content_2 .we_ls .chen_li span {
    font-family: MicrosoftYaHei;
    font-size: 18px !important;
    color: #ffffff;
    float: right;
}

.content_2 .we_ls .chen_li span:first-child {
    float: left;
}

.content_2 .we_ls .chen_li span:last-child {
    float: right;
}

.content_2 .we_ls .chen_li:last-child {
    margin-right: 0 !important;
}

.content_3 {
    width: 100%;
    background-color: #fff;
    height: 950px;
    padding: 120px 0;
}

.content_3 .zx_dts {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    color: #333333;
}

.content_3 .zixun {
    margin-top: 30px;
    float: right;
}

.content_3 .zixun .ul_s {
    position: relative;
}

.content_3 .zixun .ul_s .list {
    margin-right: 30px;
    font-size: 16px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    padding-bottom: 30px !important;
    text-align: center;
    color: #333333;
    cursor: pointer;
}

.content_3 .zixun .ul_s div {
    margin-right: 30px;
    font-size: 16px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    padding-bottom: 30px !important;
    text-align: center;
    color: #333333;
    cursor: pointer;
}

.content_3 .zixun .ul_s .list:last-child {
    margin-right: 0;
}

.content_3 .zixun .ul_s .dongtai {
    margin-right: 30px;
    font-size: 16px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    padding-bottom: 30px !important;
    text-align: center;
    color: #333333;
    cursor: pointer;
    border-bottom: 3px solid #d6424a;
}

.content_3 .dt_lb {
    width: 100%;
    margin-top: 65px;
    overflow: hidden;
}

.content_3 .dt_lb .dt_zxs {
    width: 100%;
    display: none;
}

.content_3 .dt_lb .dt_zxs .dt_1s {
    width: 31.3%;
    margin-right: 3%;
    float: left;
    display: block;
    text-decoration: none;
}

.content_3 .dt_lb .dt_zxs .dt_1s:hover .bt_s {
    color: #d6424a;
}

.content_3 .dt_lb .dt_zxs .dt_1s:hover .dt_tz .tz_ss {
    background: url(../images/tz_2s.png) center no-repeat;
    transition: all ease-in 0.2s;
}

.content_3 .dt_lb .dt_zxs .dt_1s:last-child {
    margin-right: 0 !important;
}

.content_3 .dt_lb .dt_zxs .dt_1s .dt_tus {
    width: 100%;
    height: 288px;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.content_3 .dt_lb .dt_1s .dt_tus img {
    width: 100%;
    height: 100%;
}

.content_3 .dt_lb .dt_1s .bt_s {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_3 .dt_lb .dt_1s .fs_rq {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: block;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content_3 .dt_lb .dt_1s .dt_tz {
    width: 100%;
    overflow: hidden;
}

.content_3 .dt_lb .dt_1s .dt_tz span {
    font-size: 14px;
    line-height: 54px;
    letter-spacing: 0px;
    color: #999999;
    float: left;
}

.content_3 .dt_lb .dt_1s .dt_tz .tz_ss {
    width: 60px;
    height: 50px;
    float: right;
    background: url(../images/tz_1s.png) center no-repeat;
}

.content_3 .cha_kan {
    width: 148px;
    height: 46px;
    border: solid 1px #d6424a;
    border-radius: 23px;
    color: #d6424a;
    text-align: center;
    margin: 50px auto 0;
    display: block;
    line-height: 46px;
}

.content_3 .cha_kan:hover {
    background-color: #d6424a;
    color: #fff;
}



/* 手机导航栏 start */
/*手机导航*/
/* CSS Document */
.phone_nav {
    display: none;
}

.phone_nav.fixedmenu {
    position: fixed;
    top: 0px;
    background-color: #fff;
    left: 0px;
    z-index: 100000;
    -moz-box-shadow: 0px 0px 10px #e5e5e5;
    /*firefox*/
    -webkit-box-shadow: 0px 0px 10px #e5e5e5;
    /*webkit*/
    box-shadow: 0px 0px 10px #e5e5e5;
    /*opera或ie9*/
}

.phone_logo {
    padding: 10px 0px;
}

.phone_logo .p1 img {
    width: auto;
    height: 35px;
}

@media screen and (max-width:1200px) {
    .phone_logo .p1 {
        display: block;
        width: 100%;
        display: inline-block;
        position: relative;
    }

    /*.header{ display:none;}*/
    .phone_logo {
        width: 100%;
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .phone_nav {
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        z-index: 100000;
        background-color: #fff;
    }

    /*导航按钮*/
    .phone_nav .nav_but_box {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        top: 50%;
        margin-top: -15px;
        z-index: 1;
        transition: all 0.7s;
        -webkit-transition: all 0.7s;
    }

    .phone_nav .nav_but {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 2px;
        z-index: 2;
        margin: 13px 0 0 5px;
        background: #1c5fc4;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .phone_nav .nav_but:before, .nav_but:after {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        position: absolute;
        background: #1c5fc4;
        transition-property: margin, -webkit-transform;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        transition-duration: 300ms;
        -webkit-transition-duration: 300ms;
    }

    .phone_nav .nav_but:before {
        margin-top: -5px;
    }

    .phone_nav .nav_but:after {
        margin-top: 5px;
    }

    /*栏目名称*/
    .phone_nav .nav_main {
        height: 100%;
        position: fixed;
        left: 0;
        opacity: 0;
        width: 0;
        transition: all 0.4s ease 0.3s;
        -webkit-transition: all 0.4s ease 0.3s;
        background-color: #fff;
        overflow: hidden;
    }

    .phone_nav .nav_main ul {
        padding: 0 20px;
        margin-top: 40px;
    }

    .phone_nav .nav_main li a {
        background-position: left;
        color: #333;
        height: 46px;
        line-height: 46px;
        display: inline-block;
        background-size: 32px;
        background-repeat: no-repeat;
        font-size: 14px;
    }

    .phone_nav .nav_main .ss {
        border: 1px solid #fff;
        margin-top: 20px;
    }

    .phone_nav .nav_main .ss .p2 {
        float: right;
    }

    .phone_nav .nav_main .ss .p2 input {
        border: 0;
        width: 34px;
        height: 34px;
    }

    .phone_nav .nav_main .ss .p1 {
        display: block;
        margin: 0 34px 0 5px;
    }

    .phone_nav .nav_main .ss .p1 input {
        width: 100%;
        height: 34px;
        line-height: 34px;
        background: none;
        border: 0;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #fff;
    }

    .phone_nav .nav_main li b {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 0px;
        width: 50%;
        height: 50px;
        background: url("../images/xia_hua.png") center right no-repeat;
        z-index: 99;
    }

    .phone_nav .nav_main .ul {
        padding: 0 0 0px 40px;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s;
        -webkit-transition: max-height 0.4s;
    }

    .phone_nav .nav_main .ul li {
        padding: 0;
        border-bottom: 0;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .phone_nav .nav_main .ul li a {
        padding: 0;
        height: auto;
        line-height: 30px;
        font-weight: normal
    }

    .phone_nav .nav_main .b_one .ul {
        max-height: 300px;
        padding: 0 0 0px 20px;
        margin-bottom: 10px;
    }


    .phone_nav .nav_main li {
        width: 100%;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        border-bottom: 1px solid rgba(225, 225, 225, 0.5);
        padding: 0 20px;
        position: relative;
    }

    .phone_nav .nav_main li:nth-of-type(1) {
        transition-delay: 0.1s;
        -webkit-transition-delay: 0.1s;
    }

    .phone_nav .nav_main li:nth-of-type(2) {
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }

    .phone_nav .nav_main li:nth-of-type(3) {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
    }

    .phone_nav .nav_main li:nth-of-type(4) {
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
    }

    .phone_nav .nav_main li:nth-of-type(5) {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
    }

    .phone_nav .nav_main li:nth-of-type(6) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(7) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(8) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(9) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(10) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }


    /*打开样式*/
    .phone_nav_one {
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

    .phone_nav_one .nav_main {
        opacity: 1;
        width: 100%;
        overflow: inherit;
    }

    .phone_nav_one .nav_but {
        background: rgba(0, 0, 0, 0);
    }

    .phone_nav_one .nav_but:before {
        margin-top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .phone_nav_one .nav_but:after {
        margin-top: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .phone_nav_one .nav_but_box {
        opacity: 0.8;
    }

    .phone_nav_one .nav_main li {
        width: 100%;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

@media screen and (max-width:470px) {

    /*--768-0--*/
    .phone_logo {
        padding: 10px 10px
    }

    .phone_nav .nav_main ul {
        height: 410px;
    }

    .phone_nav .nav_main .b_one .ul {
        height: auto;
    }

}

@media screen and (max-width:758px) {

    /*--768-0--*/
    /*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
    .phone_nav .nav_main ul {
        margin-top: 20px;
        height: 550px;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .phone_nav .nav_main .b_one .ul {
        height: auto;
    }
}

/* 手机导航栏 end */

/*手机导航 搜索部分 start*/
.i_ssbn {
    width: 50px;
    height: 100%;
    background: url(../images/sou_s.png) center no-repeat;
    background-size: 17px;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 10000;
}

.i_ssbn span {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.i_ssbn_div {
    width: 200px;
    display: none;
    background-color: #fff;
    z-index: 10000;
    position: absolute;
    right: 0px;
    top: 100%;
    box-shadow: 0px 5px 20px 0px #d9d9d9;
}

.i_ssbn_div .ipt1 {
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    border: 0px;
    font-family: "微软雅黑";
    background-color: #fff;
    color: #b9b9b9;
    font-size: 0.16rem;
}

.i_ssbn_div .ipt2 {
    width: 20%;
    height: 40px;
    background: url(../images/tb_01sz.png) center no-repeat;
    background-color: #0064b9;
    border: 0px;
    background-size: 15px;
}

.i_ssbn_div input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b9b9b9;
}

.i_ssbn_div input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
    color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
    color: #b9b9b9;
}

/*手机导航 搜索部分 end*/



/* 尾部 start */

footer {
    height: 338px;
    background-color: #454545;

}

footer .footers {
    width: 100%;
    position: relative;
}

footer .footers .dibu_top {
    position: absolute;
    width: 150px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    left: 45%;
    top: -39px;
    cursor: pointer;
    background: url(../images/top_ss.png) no-repeat center;
    z-index: 1 !important;
    transform: translateY(11px);
}

footer .footers .dibu_top .hui_top {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
}

footer .footers .yq_lj {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #666;
}

footer .footers .yq_lj span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #ffffff !important;
    margin-right: 15px;
}

footer .footers .yq_lj a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    display: inline-block;
    color: #ffffff !important;
    margin-right: 15px;
}


footer .footers .wb_zb {
    width: 100%;
    padding: 55px 0;
    overflow: hidden;
}

footer .footers .wb_zb .tz_list {
    width: 30%;
    float: left;
    margin: 15px 10% 0 0;
}

footer .footers .wb_zb .tz_list .ul_wblist {
    width: 100%;
    overflow: hidden;
}

footer .footers .wb_zb .tz_list .ul_wblist li {
    width: 30%;
    float: left;
    margin-bottom: 20px;
}

footer .footers .wb_zb .tz_list .ul_wblist li a {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff !important;
}

footer .footers .wb_zb .dh_dz {
    width: 37%;
    float: left;
    margin: 15px 9% 0 0;
}

footer .footers .wb_zb .dh_dz p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
}

footer .footers .wb_zb .dh_dz p:first-child {
    margin-bottom: 20px;
}

footer .footers .wb_zb .ew_ma {
    width: 14%;
    float: right;
    overflow: hidden;
}

footer .footers .wb_zb .ew_ma .er_tus {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

footer .footers .wb_zb .ew_ma .er_tus img {
    width: 100%;
    height: 100%;
}

footer .footers .wb_zb .ew_ma .ew_text {
    float: left;
    margin-top: 22px;
}

footer .footers .wb_zb .ew_ma .ew_text span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
}

footer .footers .wb_zb .ew_ma .ew_text span:last-child {
    margin-top: 10px;
}

.ba_hao {
    width: 100%;
    height: 82px;
    text-align: center;
    background-color: #3b3b3b;
    line-height: 82px;
}

.ba_hao span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    letter-spacing: 0px;
    color: #aaaaaa;
}

/* 尾部 end */

/* 首页  end*/

/* 公司介绍  start */
.us_s {
    width: 100%;
    height: 500px;
}

.us_s img {
    width: 100%;
    height: 100%;
}

.mbx {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.mbx a {
    line-height: 64px;
    margin-right: 60px;
    font-size: 16px;
    color: #000;
}

.mbx a:hover {
    color: #d6424a;
}

.mbx .move_b {
    color: #d6424a;
}

.us_1s {
    min-height: 200px;
    padding: 60px 0 75px;
    background-color: #fff;
}

.us_1s h3 {
    margin-bottom: 40px;
}

.us_1s p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 30px;
}

.us_1s .jies_kt {
    margin-top: 40px;
    width: 100%;
}

.us_1s .jies_kt .js_kt {
    width: 31.1%;
    height: 266px;
    display: inline-block;
    margin-right: 3%;
    overflow: hidden;
}

.us_1s .jies_kt .js_kt img {
    width: 100%;
    height: 100%;
    transition: all .3s;

}

.us_1s .jies_kt .js_kt:hover img {
    transform: scale(1.1);
}

.us_1s .jies_kt .js_kt:last-child {
    margin-right: 0;
}


/* 公司介绍 end */


/* 公司文化 start */
.us_1s .cte_1 {
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
}

.us_1s .cte_1 .bian_hao {
    position: absolute;
    left: 6%;
    top: 38px;
    font-family: MicrosoftYaHei;
    font-size: 75px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #d6424a;
    opacity: 0.3;
}

.us_1s .cte_1 .wh_text {
    float: left;
    width: 70%;
    height: 100%;
    padding: 60px 0 0 6%;
}

.us_1s .cte_1 .wh_text .wh_bti {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    ;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
}

.us_1s .cte_1 .wh_text p {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    margin-bottom: 2px;
    letter-spacing: 0px;
    color: #666666;
}

.us_1s .cte_1 .wh_tu {
    float: right;
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.us_1s .cte_1 .wh_tu img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.us_1s .cte_1:hover .wh_tu img {
    transform: scale(1.1);
}


.us_1s .cte_1 .wh_texts {
    float: right;
    width: 70%;
    height: 100%;
    padding: 60px 0 0 6%;
}

.us_1s .cte_1 .wh_texts .wh_btis {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    ;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
}

.us_1s .cte_1 .wh_texts p {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    margin-bottom: 2px;
    letter-spacing: 0px;
    color: #666666;
}

.us_1s .cte_1 .wh_tus {
    float: left;
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.us_1s .cte_1 .wh_tus img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.us_1s .cte_1:hover .wh_tus img {
    transform: scale(1.1);
}

.us_1s .cte_1 .bian_haos {
    position: absolute;
    left: 36%;
    top: 38px;
    font-family: MicrosoftYaHei;
    font-size: 75px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #d6424a;
    opacity: 0.3;
}

/* 公司文化 end */


/* 荣誉资质 start */
.us_1s .rong_yu {
    width: 100%;
    overflow: hidden;
}

.us_1s .rong_yu .zi_zhi {
    float: left;
    width: 22.7%;
    height: 240px;
    cursor: pointer;
    margin: 0 3% 39px 0;
    text-align: center;
    border: solid 1px #e5e5e5;
}

.us_1s .rong_yu .zi_zhi:hover {
    border: solid 1px #d6424a;
}

.us_1s .rong_yu .zi_zhi:hover span {
    color: #d6424a;
}

.us_1s .rong_yu .zi_zhi .zizhi_tu {
    width: 80%;
    height: 160px;
    margin: 30px auto 0;
    display: block;
}

.us_1s .rong_yu .zi_zhi .zizhi_tu img {
    width: 100%;
    height: 100%;
}

.us_1s .rong_yu .zi_zhi span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
    display: block;
}

.us_1s .rong_yu .zi_zhi:nth-child(4n) {
    margin-right: 0;
}


/* 分页开始 */

.dabox a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #f5f5f4;
    color: #333;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
}

.dabox .fen {
    width: 100%;
    top: 34px;
    margin-bottom: 50px;
}

.dabox .fen a:hover {
    background-color: #d6424a;
    border-radius: 3px;
    color: #fff;
}

.dabox .fen .current {
    background-color: #d6424a;
    color: #fff;
    border-radius: 3px;
}

.dabox {
    position: relative;
    text-align: center;
    font-size: 14px;
    top: 35px;
}

.dabox .prev, .dabox .next {
    width: 36px;
}

.dabox .elp {
    background-color: #fff;
    border: none
}

/* 分页结束 */
/* 荣誉资质 end */

/* 企业风采 start */
.us_1s .td_hd {
    width: 100%;
    overflow: hidden;
}


.us_1s .td_hd .feng_cai {
    width: 31.3%;
    height: 300px;
    float: left;
    text-align: center;
    margin: 0 3% 30px 0;
}

.us_1s .td_hd .feng_cai:nth-child(3n) {
    margin-right: 0;
}

.us_1s .td_hd .feng_cai .fc_tu {
    width: 100%;
    height: 255px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.us_1s .td_hd .feng_cai .fc_tu img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.us_1s .td_hd .feng_cai:hover .fc_tu img {
    transform: scale(1.1);
}

.us_1s .td_hd .feng_cai span {
    font-size: 16px;
    color: #333;
    display: block;
    margin-top: 20px;
}

.us_1s .td_hd .feng_cai:hover span {
    color: #d6424a;
}

/* 企业风采 end */

/* 产品与服务 start */
.cp_fw {
    width: 100%;
    background-color: #fff;
    padding-bottom: 70px;
}

.cp_fw .cp_mbx {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e5e5e5;
}

.cp_fw .cp_mbx .cpfw_lx {
    width: 100%;
    height: 100%;
}

.cp_fw .cp_mbx .cpfw_lx {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cp_fw .cp_mbx .cpfw_lx .lx_list {
    height: 100%;
    display: inline-block;
    margin-right: 3%;
    color: #333;
    line-height: 64px;
    font-size: 16px;
    cursor: pointer;
}

.cp_fw .cp_mbx .cpfw_lx .lx_list .cp_xqss {
    color: #d6424a;
}

.cp_fw .cp_mbx .cpfw_lx .cp_xqss {
    color: #d6424a;
}

.cp_fw .cp_mbx .cpfw_lx div {
    height: 100%;
    display: inline-block;
    margin-right: 3%;
    color: #333;
    line-height: 64px;
    font-size: 16px;
    cursor: pointer;
}

.cp_fw .cp_mbx .cpfw_lx .lx_list:hover {
    color: #d6424a;
}

.cp_fw .cp_mbx .cpfw_lx .cp_lb {
    color: #d6424a;
}

.cp_fw .cp_fuwu {
    width: 100%;
    padding-top: 55px;
}

.cp_fw .cp_fuwu .cpfw_list {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl {
    float: left;
    width: 31.3%;
    height: 435px;
    margin: 0 3% 40px 0;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl:nth-child(3n) {
    margin-right: 0;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl .cp_tu {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    overflow: hidden;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl .cp_tu img {
    width: 100%;
    height: 100%;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl .cp_bt {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    color: #333333;
    display: block;
    margin: 0 0 15px 30px;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl .cp_text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    line-height: 25px;
    margin: 0 30px 20px 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl .cp_tz {
    width: 55px;
    height: 45px;
    margin-left: 30px;
    background: url(../images/tz_1s.png) center no-repeat;
    background-size: auto;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl:hover .cp_bt {
    color: #d6424a;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl:hover .cp_tz {
    background: url(../images/tz_2s.png) center no-repeat;
}

.cp_fw .cp_fuwu .cpfw_list .fw_zl:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #999;
}

/* 产品与服务 end */

/* 产品与服务详情 start */

.cp_fw .cp_xq {
    width: 100%;
    padding-top: 55px;
}


.cp_fw .cp_xq .cpfw_xq {
    width: 100%;
    /* display: none; */
}

.cp_fw .cp_xq .cpfw_xq .fw_xq {
    width: 100%;
    /* height: 495px; */
    overflow: hidden;
}


/* ~~~~~~~~~~ */
.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_zsz {
    width: 45%;
    height: 100%;
    float: left;
}


.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_zsz .xq_tu1 {
    width: 100%;
    height: 372px;
    overflow: hidden;
    border-radius: 10px;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_zsz ul {
    width: 100%;
    height: 85px;
    overflow: hidden;
    box-sizing: border-box;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_zsz ul li {
    float: left;
    width: 15%;
    height: 65px;
    margin-left: 10px;
    margin-top: 20px;
    border: 2px solid #fff;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_zsz ul li span .active {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_zsz ul .liboss {
    border: 2px solid red;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_zsz .xq_tu1:hover img {
    transform: scale(1.1);
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_zsz .xq_tu1 img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

/* ~~~~~~~~~~~ */


/* +++++++++++++++++++++ */

.pc-slide {
	width: 500px;
	margin: 0 auto;
}

.view .swiper-container {
	width: 500px;
	height: 500px;
}

.view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 430px;
	height: 82px;
	margin-left: 35px;
}

.preview .swiper-slide {
	width: 87px;
	height: 82px;
	cursor:pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}



/* +++++++++++++++++++++ */

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts {
    width: 50%;
    height: 100%;
    float: right;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts .xq_bts {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts .xq_bts span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    line-height: 68px;
    letter-spacing: 0px;
    color: #333333;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts .cp_js_wd {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    display: block;
    margin-bottom: 100px;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts .cp_ly {
    width: 100%;
}

/* ~~~~~~~~~~ */
.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts .cp_ly div {
    width: 21%;
    height: 45px;
    margin-right: 3%;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    background-color: #d6424a;
    cursor: pointer;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts .cp_ly div span {
    color: #fff;
    font-size: 12px;
    margin-left: 1px;
}

/* ~~~~~~~~~ */

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts .cp_ly a {
    width: 21%;
    height: 45px;
    margin-right: 3%;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    background-color: #d6424a;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts .cp_ly a:last-child {
    background-color: #133d83;
    margin-right: 0;
}

.cp_fw .cp_xq .cpfw_xq .fw_xq .xq_texts .cp_ly a span {
    color: #fff;
    font-size: 12px;
    margin-left: 1px;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw {
    width: 100%;
    margin-top: 30px;
}

/* .cp_fw .cp_xq .cpfw_xq .cq_xq_fw .maodian {
    width: 100%;
    height: 1px;
    margin: 0 0 95px;
    background-color: #f7f7f7;
} */

.cp_fw .cp_xq .maodian {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw .cp_lbs {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #e5e5e5;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw .cp_lbs a {
    display: inline-block;
    margin-right: 5%;
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw .cp_lbs a:first-child {
    border-bottom: 2px solid #d6424a;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw .cp_gs {
    width: 100%;
    padding-top: 30px;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw .cp_gs p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw h3 {
    margin: 30px 0;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw .cp_cs {
    width: 100%;
}

.cp_fw .cp_xq .cpfw_xq .cq_xq_fw .cp_cs img {
    width: 100%;
}


.cp_xq .cp_lyzx {
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 60px;
    padding: 30px 0 50px;
}

.cp_xq .cp_lyzx h3 {
    margin-bottom: 50px;
}

.cp_xq .cp_lyzx .sr_k {
    width: 30%;
    margin-right: 3%;
    display: inline-block;
    margin-bottom: 35px;
}

.cp_xq .cp_lyzx .sr_k span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.cp_xq .cp_lyzx .sr_k span em {
    margin-left: 2px;
    color: red;
}

.cp_xq .cp_lyzx .sr_k input {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 1px;
    padding-left: 10px;
}

.cp_xq .cp_lyzx .sr_ks span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.cp_xq .cp_lyzx .sr_ks span em {
    color: red;
    margin-left: 2px;
}

.cp_xq .cp_lyzx .sr_ks textarea {
    width: 100%;
    height: 100%;
    resize: none;
    padding: 10px 0 0 10px;
    border: 0;
    outline: none
}

.cp_xq .cp_lyzx .ly_tj {
    width: 15%;
    height: 50px;
    margin: 50px auto 0px;
}

.cp_xq .cp_lyzx .ly_tj button {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    border: 0;
    border-radius: 4px;
    background-color: #d6424a;
    outline: none;
    color: #fff;
}

/* 产品与服务详情 end */

/* 资讯动态 start */
.info_dts {
    width: 100%;
    background-color: #fff;
    padding: 55px 0 85px;
}

.info_dts .dongtai_1s {
    width: 100%;
    overflow: hidden;
}

.info_dts .dongtai_1s .dt_list {
    width: 31.3%;
    height: 445px;
    margin: 0 3% 40px 0;
    float: left;
}

.info_dts .dongtai_1s .dt_list:nth-child(3n) {
    margin-right: 0;
}

.info_dts .dongtai_1s .dt_list .zx_tu {
    width: 100%;
    height: 240px;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.info_dts .dongtai_1s .dt_list .zx_tu img {
    width: 100%;
    height: 100%;
}

.info_dts .dongtai_1s .dt_list .zx_bt {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info_dts .dongtai_1s .dt_list .zx_text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    margin-bottom: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.info_dts .dongtai_1s .dt_list .zx_time {
    width: 100%;
}

.info_dts .dongtai_1s .dt_list .zx_time span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #999999;
    float: left;
}

.info_dts .dongtai_1s .dt_list .zx_time div {
    width: 57px;
    height: 45px;
    float: right;
    transform: translateY(-12px);
    background: url(../images/tz_1s.png) center no-repeat;
}

.info_dts .dongtai_1s .dt_list:hover .zx_time div {
    background: url(../images/tz_2s.png) center no-repeat;
}

.info_dts .dongtai_1s .dt_list:hover .zx_bt {
    color: #d6424a;
}

/* 资讯动态 end */

/* 动态详情 start */

.dt_text {
    width: 100%;
    background-color: #fff;
    padding: 55px 0 85px;
}

.dt_text .text_zx {
    width: 100%;
}

.dt_text .text_zx h2 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.dt_text .text_zx .fb_time {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #999999;
    display: block;
    margin-bottom: 10px;
}

.dt_text .text_zx .fh_list {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    overflow: hidden;
}

.dt_text .text_zx .fh_list a {
    float: right;
    width: 70px;
    height: 24px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    background-color: #999999;
}

.dt_text .text_zx .fh_list a:hover {
    background-color: #d6424a;
}

.dt_text .text_zx p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 30px;
}

.dt_text .text_zx img {
    width: 70%;
    display: block;
    margin: 0 auto 30px;
}

.dt_text .text_zx .xm_zt {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

.dt_text .text_zx .xm_zt .zt_sy {
    float: left;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.dt_text .text_zx .xm_zt .zt_sy a {
    color: #999999;
}

.dt_text .text_zx .xm_zt .zt_sy:hover a {
    color: #d6424a;
}

.dt_text .text_zx .xm_zt .zt_xy {
    float: right;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.dt_text .text_zx .xm_zt .zt_xy a {
    color: #999999;
}

.dt_text .text_zx .xm_zt .zt_xy:hover a {
    color: #d6424a;
}

/* 动态详情 end */

/* 应用场景 statr */

.displays {
    width: 100%;
    background-color: #fff;
    padding: 55px 0 85px;
}

.displays .cj_list {
    width: 100%;
}

.displays .cj_list .cj_lxs {
    width: 100%;
    height: 320px;
    display: block;
    margin-bottom: 45px;
    overflow: hidden;
}

.displays .cj_list .cj_lxs .cj_tus {
    width: 40%;
    height: 100%;
    margin-right: 5%;
    float: left;
    overflow: hidden;
}

.displays .cj_list .cj_lxs .cj_tus img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.displays .cj_list .cj_lxs:hover .cj_tus img {
    transform: scale(1.1);
}

.displays .cj_list .cj_lxs .cj_leibie {
    float: right;
    width: 55%;
    height: 100%;
    padding-top: 15px;
    border-bottom: 1px solid #eeeeee;
}

.displays .cj_list .cj_lxs .cj_leibie h4 {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 25px;
}

.displays .cj_list .cj_lxs:hover .cj_leibie h4 {
    color: #d6424a;
}

.displays .cj_list .cj_lxs .cj_leibie span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.displays .cj_list .cj_lxs .cj_leibie .cj_tz {
    width: 100%;
}


.displays .cj_list .cj_lxs .cj_leibie .cj_tz div {
    float: left;
    width: 55px;
    height: 40px;
    background: url(../images/tz_1s.png) center no-repeat;
}

.displays .cj_list .cj_lxs:hover .cj_leibie .cj_tz div {
    background: url(../images/tz_2s.png) center no-repeat;
}

/* 应用场景 end */


/* 场景详情 start */

/* 场景详情 end */


/* 联系我们 start */
.lx_we {
    width: 100%;
    background-color: #fff;
    padding: 55px 0 85px;
}

.lx_we .lx_fs {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 15px 10px;
}

.lx_we .lx_fs .lx_yf {
    width: 45%;
    /* height: 550px; */
    margin-right: 5%;
    padding: 50px 0 40px 50px;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(229, 229, 229, 0.5);
    border-radius: 10px;
    background: url(../images/lx_bjing.png) center no-repeat;
    background-position-x: right;
}

.lx_we .lx_fs .lx_yf span {
    font-family: MicrosoftYaHei;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #d6424a;
    display: block;
    margin-bottom: 35px;
}

.lx_we .lx_fs .lx_yf .lx_dh_dz {
    height: 165px;
    color: #333333;
    margin-bottom: 30px;
}

.lx_we .lx_fs .lx_yf .lx_dh_dz p {
    font-size: 16px;
    margin-bottom: 10px;
}

.lx_we .lx_fs .lx_yf .gzh {
    width: 116px;
    height: 116px;
}

.lx_we .lx_fs .lx_yf .gzh img {
    width: 100%;
    height: 100%;
}

.lx_we .lx_fs .lx_sc {
    width: 45%;
    float: right;
    padding: 50px 0 40px 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(229, 229, 229, 0.5);
    border-radius: 10px;
    background: url(../images/lx_bjing.png) center no-repeat;
    background-position-x: right;
}

.lx_we .lx_fs .lx_sc span {
    font-family: MicrosoftYaHei;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #d6424a;
    display: block;
    margin-bottom: 35px;
}

.lx_we .lx_fs .lx_sc .lx_sc_fs {
    height: 165px;
    color: #333333;
    margin-bottom: 30px;
}

.lx_we .lx_fs .lx_sc .lx_sc_fs p {
    font-size: 16px;
    margin-bottom: 10px;
}

.lx_we .lx_fs .lx_sc .sc_gzh {
    width: 116px;
    height: 116px;
}

.lx_we .lx_fs .lx_sc .sc_gzh img {
    width: 100%;
    height: 100%;
}


.lx_we .lx_fs .lx_yf .lx_we .we_dz {
    width: 100%;
    overflow: hidden;
}

.lx_we .we_dz #allmap {
    width: 100%;
    height: 622px;
}

.lx_we .ly_we {
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
}

.lx_we .ly_we .zx_ly {
    width: 100%;
}

.lx_we .ly_we .zx_ly .lys {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.lx_we .ly_we .zx_ly .lys span {
    float: left;
    width: 8%;
    font-size: 22px;
    color: #333333;
    display: block;
    overflow: hidden;
    height: 28px;
}

.lx_we .yj_tz {
    margin: 20px auto;
    width: 100px;
    height: 40px;
    background-color: #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}

.lx_we .yj_tz a {
    color: #333;
    font-size: 16px;
}

.lx_we .ly_we .zx_ly .lys div {
    width: 92%;
    height: 28px;
    float: right;
    border-bottom: 2px solid #e5e5e5;
}

.lx_we .ly_we .zx_ly .jilu {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.lx_we .ly_we .zx_ly .jilu .ni_xdy {
    width: 31.3%;
    margin-right: 3%;
    float: left;
}

.lx_we .ly_we .zx_ly .jilu .ni_xdy:last-child {
    margin-right: 0;
}

.lx_we .ly_we .zx_ly .jilu .ni_xdy span {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.lx_we .ly_we .zx_ly .jilu .ni_xdy span em {
    color: #ff0000;
}

.lx_we .ly_we .zx_ly .jilu .ni_xdy input {
    width: 100%;
    height: 50px;
    border: 0;
    outline: none;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
    font-size: 16px;
}

.lx_we .ly_we .zx_ly .ni_xdy {
    width: 100%;
}

.lx_we .ly_we .zx_ly .ni_xdy span {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.lx_we .ly_we .zx_ly .ni_xdy span em {
    color: #ff0000;
}

.lx_we .ly_we .zx_ly .ni_xdy textarea {
    width: 100%;
    height: 265px;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    resize: none;
    border: 0;
    padding: 10px;
    outline: none;
    font-size: 16px;
}

.lx_we .ly_we .zx_ly .sbt_an {
    width: 100%;
    margin-top: 40px;
    text-align: center;

}

.lx_we .ly_we .zx_ly .sbt_an button {
    width: 14%;
    height: 54px;
    background-color: #f1ddde;
    border-radius: 4px;
    margin-right: 3%;
    color: #d6424a;
    letter-spacing: 1px;
    line-height: 54px;
    font-size: 16px;
    border: 0;
}

.lx_we .ly_we .zx_ly .sbt_an button:last-child {
    color: #fefefe;
    background-color: #d6424a;
}

/* 联系我们 end */

/* 产品详情轮播 start */

.a_cpbox1_l {
    width: 47%;
}

.view1 .swiper-container {
    width: 100%;
}

.view1 .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}

.view1 .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view1 .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview1 {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview1 .swiper-container {
    width: 80%;
    overflow: hidden;
    height: 52px;
    margin: 0px 10%;
}

.preview1 .swiper-slide {
    width: 78px;
    height: 50px;
    margin: 0px 6px;
    float: left;
    cursor: pointer;
}

.preview1 .slide6 {
    width: 82px;
}

.preview1 .arrow-left {
    background: url(../images/fw_z.png) no-repeat left top;
    position: absolute;
    left: 17px;
    top: 37%;
    margin-top: -9px;
    width: 30px;
    height: 30px;
    background-size: cover;
    z-index: 10;
}

.preview1 .arrow-right {
    background: url(../images/fw_ym.png) no-repeat left bottom;
    position: absolute;
    right: 17px;
    top: 37%;
    margin-top: -9px;
    width: 30px;
    height: 30px;
    background-size: cover;
    z-index: 10;
}

.preview1 .swiper-slide img {
    width: 78px;
    height: 50px;
    border: 1px solid #d2d2d2;
}

/*.preview img {
    padding: 1px;
}*/

.preview1 .active-nav img {
    padding: 0;
    border: 1px solid #cb2c2c;
}
/* 产品详情轮播 end */


.ly_fc {
    width: 59px;
    height: 59px;
    position: fixed;
    right: 10px;
    top: 85%;
    text-align: center;
    z-index: 3;
    background-color: #cb2c2c;
    border-radius: 50%;
}

.ly_fc .ly_ss {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 59px;
}

.ly_fc .ly_ss img {
    transition: all .3s;
    line-height: 59px;
}

.ly_fc .ly_ss:hover img {
    transform: scale(1.2);
}

/* 留言弹出层 start */
.cp_xq .cp_lyzx {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0px;
    top: 25px;
    z-index: 111111;
    background: url(../images/tb_043.png) repeat;
}

.cp_xq .n_box14_c {
    width: 75%;
    position: fixed;
    left: 12%;
    top: 50%;
    z-index: 111111;
    background-color: #fff;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 35px 2% 25px 2%;
    border-radius: 10px;
}

.cp_xq .n_box14_c_t {
    padding-bottom: 10px;
    line-height: 50px;
    position: relative;
    text-align: center;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.n_box14_c_t a, .n_box14_c_t a:hover {
    width: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}


.Rotation img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.Rotation:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}


.cp_xq .n_box14_c .cp_tcc {
    width: 100%;
    background-color: #f7f7f7;
    padding: 30px 15px 30px;
}

.cp_xq .n_box14_c .cp_tcc .sr_k {
    width: 30%;
    margin-right: 3%;
    display: inline-block;
    margin-bottom: 35px;
}

.cp_xq .n_box14_c .cp_tcc .sr_k span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.cp_xq .n_box14_c .cp_tcc .sr_k span em {
    margin-left: 2px;
    color: red;
}

.cp_xq .n_box14_c .cp_tcc .sr_k input {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 1px;
    padding-left: 10px;
}

.cp_xq .n_box14_c .cp_tcc .sr_ks span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.cp_xq .n_box14_c .cp_tcc .sr_ks span em {
    color: red;
    margin-left: 2px;
}

.cp_xq .n_box14_c .cp_tcc .sr_ks textarea {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 10px 0 0 10px;
    border: 0;
    outline: none
}

.cp_xq .n_box14_c .cp_tcc .ly_tj {
    width: 15%;
    height: 50px;
    margin: 25px auto 0px;
}

.cp_xq .n_box14_c .cp_tcc .ly_tj button {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    border: 0;
    border-radius: 4px;
    background-color: #d6424a;
    outline: none;
    color: #fff;
}

/* 留言弹出层 end */


.cp_lyzx .n_box14_c .zhu_s span {
    font-size: 12px;
    opacity: 0.5;
    color: red; 
}

